home *** CD-ROM | disk | FTP | other *** search
/ Sun Solutions 2000 #2 / Sun Solutions CD (Volume 2 2000)(Special Focus - Java Technologies)(Disc 1).ISO / products / Software / InterNetivityInc / _install / notOS.sh < prev   
Linux/UNIX/POSIX Shell Script  |  2000-02-22  |  222b  |  9 lines

  1. #!/bin/sh
  2.  
  3.         echo ""
  4.         echo "This software installation is for Solaris SPARC and Solaris Intel only."
  5.         echo ""
  6.         echo "Hit Return or use your mouse to Quit this window."
  7.         read return
  8. exit 0
  9.